Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove providers from default features #302

Merged
merged 2 commits into from
Jan 27, 2025
Merged

Remove providers from default features #302

merged 2 commits into from
Jan 27, 2025

Conversation

ctz
Copy link
Member

@ctz ctz commented Dec 23, 2024

fixes #264

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.42%. Comparing base (02c153c) to head (ed6bba6).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #302   +/-   ##
=======================================
  Coverage   97.42%   97.42%           
=======================================
  Files          20       20           
  Lines        4345     4345           
=======================================
  Hits         4233     4233           
  Misses        112      112           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@djc djc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a semver-incompatible change, is that intentional? If so, suggest proactively bumping the version number.

@ctz ctz force-pushed the jbp-no-default-provider branch 2 times, most recently from c1c2a7b to c9be7e0 Compare December 23, 2024 10:33
@ctz
Copy link
Member Author

ctz commented Dec 23, 2024

This is a semver-incompatible change, is that intentional? If so, suggest proactively bumping the version number.

Yep, definitely intentional. I also plan to do a breaking PR for rustls/pki-types#27 -- downstream I am needing to take a dependency on this crate just to reuse consts from webpki::alg_id

ctz added 2 commits January 27, 2025 14:47
This uncovers that ci was broken for ring-alone, as aws-lc-rs
was still built for `rcgen`, but nothing was asking for prebuilt-nasm.
Fix that by setting the environment variable.
@ctz ctz force-pushed the jbp-no-default-provider branch from e0f0a69 to ed6bba6 Compare January 27, 2025 14:48
@ctz ctz added this pull request to the merge queue Jan 27, 2025
Merged via the queue into main with commit d41014b Jan 27, 2025
64 checks passed
@ctz ctz deleted the jbp-no-default-provider branch January 27, 2025 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch default cryptography provider to aws-lc-rs
3 participants